db_ofb
Previous topic Chapter index Next topic

Foreign Key: c_fk_clas_cvar

 

 

Schema

public

 

Table

tj_classervar_cvar

 

Descriptions

Le champ cvar_clas_id correspond obligatoirement à un classement existant

 

Definition

FOREIGN KEY (cvar_clas_id)
   REFERENCES public.tr_classement_clas(clas_id)
   ON DELETE NO ACTION
   ON UPDATE NO ACTION
   NOT DEFERRABLE

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com)
Previous topic Chapter index Next topic